tags: - Build
release build and debug build
#ifdef DEBUG printf("Debugging info...\n"); #endif #ifdef NDEBUG printf("This version is for releasing\n"); #endif